home *** CD-ROM | disk | FTP | other *** search
- Back to MENU
- Back to TUTORIAL
- Back to FORMATTING
-
- Placing Images
- --------------
-
- Images are used in HTML documents to add a bit of visual spark.
- There are many uses for images; for displaying photographs, adding
- decoration, hyperlinks, and so on.
-
- 1 - Move upto the top of the BODY (i.e., immediately after the
- <BODY> code.
-
- 2 - Press "return" once or twice to make some space. We are going
- to display the file "logo.iff" which is in the "Pictures" directory.
-
- 3 - Double click on the "Place image" item in the "Simple" command
- list. A file requestor will appear. Goto "Pictures" and select the
- file "logo.iff".
-
- 4 - Now reload the document into AWeb. The page should now be
- crowned by the AWebEd logo.
-
- 5 - Remember that the ALT text should always be included, as not
- everyone can be bothered to wait for images to load in. Try to
- limit the size of your images to cut down on bandwidth. Best
- results are usually obtained by using many small images together.
-
- Go onto HYPERLINKS .